Skip to content

Conversation

@adi1719
Copy link

@adi1719 adi1719 commented Oct 26, 2025

Remove the legacy ArrayUtilities helper and replace all of its usages with equivalent, modern Java standard-library constructs (Streams, IntStream, Arrays, Collectors).

Resolves #863

Remove the legacy ArrayUtilities helper and replace all of its usages with equivalent, modern Java standard-library constructs (Streams, IntStream, Arrays, Collectors).
@nightm4re94
Copy link
Member

Someone had already vibecoded a PR for this, please refer to the discussion in #876 .

@adi1719
Copy link
Author

adi1719 commented Oct 26, 2025

Thanks, that all makes sense.
Given that the previous discussion and branch around this cleanup were closed, I just wanted to confirm, are we still considering moving forward with refining or cleaning up ArrayUtilities, or should this MR be closed for now?

I’m happy to adjust the approach if we do decide to proceed.

@adi1719 adi1719 marked this pull request as draft October 26, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up ArrayUtilities

2 participants